home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 June / CMycha200106.iso / Urwisy / start.exe / scripts / DefineButton2_237 / BUTTONCONDACTION on(release).as next >
Text File  |  2001-05-17  |  84b  |  7 lines

  1. on(release){
  2.    tellTarget("_level0/")
  3.    {
  4.       gotoAndStop("exit");
  5.    }
  6. }
  7.